home *** CD-ROM | disk | FTP | other *** search
/ Word Play Farm / Word Play Farm.iso / pc / movies / feed.dxr / 00045.ls < prev    next >
Encoding:
Text File  |  1996-07-26  |  145 b   |  12 lines

  1. on exitFrame
  2.   global count
  3.   set count to count + 1
  4.   if count > 6 then
  5.     set count to 0
  6.     go(#next)
  7.     exit
  8.   else
  9.     go(1)
  10.   end if
  11. end
  12.